!lm10
!rm76
Volume 1 -- Issue 10                          July, 1981


In This Issue...

The Lower Case Apple  . . . . . . . . . . . . . . . . . . .  2
Screen Printer  . . . . . . . . . . . . . . . . . . . . . .  5
Restoring Clobbered Page 3 Pointers . . . . . . . . . . . .  9
Corrections to Variable Cross Reference Program . . . . . . 10
Step-Trace Utility  . . . . . . . . . . . . . . . . . . . . 11

!lm10
!rm76
Using Firmware Card in Slot 4

Are you tired of getting "LANGUAGE NOT AVAILABLE" errors?  Do you have a 16K RAM card, and also an old Firmware Card with one of the Basics on it?  You can patch DOS to allow the Firmware Card to be put in slot 4, and still keep your RAM card in slot 0 for Pascal or whatever.  With DOS loaded, type CALL -151 to get to the monitor; then patch:
     *A5B8:C0
     *A5C0:C1
Get back into Basic (3D0G), and INIT a disk with the modified DOS.  If you have a disk utility program, you can patch the DOS image on an existing disk the same way.  (From Michael W. Sanders, Decatur, GA)
